From: Andreas Schwab Date: Sat, 29 Jun 2002 18:16:12 +0000 (+0000) Subject: (shell-command-default-error-buffer): Doc fix. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~31962 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=4622dfd9427ccdea0f679d9072fb28039cfd1b45;p=emacs.git (shell-command-default-error-buffer): Doc fix. --- diff --git a/lisp/simple.el b/lisp/simple.el index 416b6934f5e..f3fbbec58a8 100644 --- a/lisp/simple.el +++ b/lisp/simple.el @@ -1154,7 +1154,7 @@ is not *inside* the region START...END." (defvar shell-command-default-error-buffer nil "*Buffer name for `shell-command' and `shell-command-on-region' error output. -This buffer is used when `shell-command' or 'shell-command-on-region' +This buffer is used when `shell-command' or `shell-command-on-region' is run interactively. A value of nil means that output to stderr and stdout will be intermixed in the output stream.")